Vardaan Watermark
Created by Team Vardaan with ā¤ļø
Vardaan Learning Institute
CLASS 11 PHYSICS • BASIC MATHEMATICS — PART 2 OF 7
Powered by Vardaan Comet
🌐 vardaanlearning.com šŸ“ž 9508841336

LOGARITHMS & EXPONENTIALS

WHY THIS MATTERS

Nature loves to grow and decay exponentially. Radioactive nuclei decay, capacitors charge and discharge, population grows — all following $e^x$ or $e^{-x}$ curves. Logarithms are the mathematical tool to undo exponentials, turning multiplicative problems into additive ones. This part is essential for Thermodynamics, Nuclear Physics, and Electric Circuits.

§1. Definition of Logarithm

Logarithm is the inverse of exponentiation. Formally:

CORE DEFINITION
$$\log_b(x) = y \quad \iff \quad b^y = x$$

Read as: "The logarithm of $x$ to the base $b$ equals $y$" means $b$ raised to the power $y$ gives $x$.

Key constraint: $b > 0$, $b \neq 1$, and $x > 0$ (you cannot take the log of a negative number or zero!)

Example 1

$\log_2(8) = 3$ because $2^3 = 8$

Example 2

$\log_{10}(1000) = 3$ because $10^3 = 1000$

Example 3

$\log_5(1) = 0$ because $5^0 = 1$

§2. Types of Logarithms

Common Logarithm ($\log_{10}$)

Written as $\log x$ (without base, base 10 is implied)

Used in: decibel scale (Sound), pH scale, Richter scale
Natural Logarithm ($\ln$)

Written as $\ln x = \log_e x$ where $e \approx 2.71828\dots$

Used in: Radioactive decay, RC/RL circuits, Thermodynamics
⭐ CONVERSION FORMULA
$$\ln x = 2.303 \times \log_{10} x$$

This is used constantly when switching between natural log (physics theory) and common log (log tables).

§3. Laws / Properties of Logarithms

These 4 laws are the entire toolkit of logarithmic manipulation. Memorize all 4.

Law 1 — Product Rule

$\log_b(mn) = \log_b m + \log_b n$

Multiplication becomes Addition
Law 2 — Quotient Rule

$\log_b\left(\frac{m}{n}\right) = \log_b m - \log_b n$

Division becomes Subtraction
Law 3 — Power Rule

$\log_b(m^n) = n \cdot \log_b m$

Exponent comes down as multiplier
Law 4 — Change of Base

$\log_b m = \frac{\log_c m}{\log_c b}$

Convert any base using this
Special Values — Must Know!
$\log_b 1 = 0$ (always)
$\log_b b = 1$ (always)
$b^{\log_b x} = x$ (inverse)
$\log_b(b^x) = x$ (inverse)

Solved Example 1: Expand $\log\left(\frac{x^3 \sqrt{y}}{z^2}\right)$

$= \log(x^3) + \log(\sqrt{y}) - \log(z^2)$
$= 3\log x + \frac{1}{2}\log y - 2\log z$

Solved Example 2: Solve $\log_2(x) + \log_2(x-2) = 3$

Using product rule: $\log_2[x(x-2)] = 3$
$x(x-2) = 2^3 = 8 \implies x^2 - 2x - 8 = 0$
$(x-4)(x+2) = 0 \implies x = 4 \text{ or } x = -2$
Since $\log$ is undefined for negative values, $\mathbf{x = 4}$.

§4. The Number $e$ & Exponential Functions

Graph: Exponential growth $e^x$, Decay $e^{-x}$, and Natural Log $\ln x$

Euler's number $e \approx 2.71828\dots$ is irrational and transcendental. It can be defined as:

$$e = \lim_{n \to \infty}\left(1 + \frac{1}{n}\right)^n = 1 + 1 + \frac{1}{2!} + \frac{1}{3!} + \dots$$

The Exponential Function $y = e^x$

KEY PROPERTIES OF $e^x$
āš›ļø Physics Use — Radioactive Decay:
$N(t) = N_0 \cdot e^{-\lambda t}$
where $N_0$ is initial nuclei count and $\lambda$ is the decay constant. Taking $\ln$ on both sides:
$\ln N = \ln N_0 - \lambda t$
This is a straight-line equation with slope $-\lambda$. A log-linear graph of decay is always a straight line!

Decay vs Growth Curves

Growth: $y = e^x$ or $y = e^{+kt}$

Starts from near zero, rises steeply.
Examples: Bacterial growth, capacitor charging current (initially).
Decay: $y = e^{-x}$ or $y = e^{-kt}$

Starts high, falls toward zero (never reaching it).
Examples: Radioactive decay, capacitor discharge, damped oscillations.

§5. Antilogarithm (Antilog)

The antilogarithm is simply the inverse of the logarithm operation. If $\log_{10}(x) = y$, then $x = \text{antilog}(y) = 10^y$.

Example: Find antilog of 2.3010

$x = 10^{2.3010} = 10^2 \times 10^{0.3010} = 100 \times 2 = \mathbf{200}$
(Since $\log_{10}(2) = 0.3010$)

Common Log Values to Memorize
$x$$\log_{10} x$$x$$\log_{10} x$
1060.778
20.30170.845
30.47780.903
40.60290.954
50.699101.000

Practice Questions

DRILL 1 — BASIC EVALUATION
DRILL 2 — LAWS OF LOGARITHMS
DRILL 3 — EXPONENTIALS & PHYSICS
DRILL 4 — ADVANCED

Answer Key

Q Answer & Method
1$\log_4 64 = 3$ since $4^3 = 64$
2$\log_{10} 0.001 = \log_{10} 10^{-3} = \mathbf{-3}$
3$\log_3 3^{-3} = \mathbf{-3}$
4$\log_x 8 = 3 \implies x^3=8 \implies x = \mathbf{2}$
5$x = 2^{-4} = \mathbf{1/16}$
6$2\log a + 3\log b - \log c$
7$\ln(9 \times 5) - \ln 45 = \ln 45 - \ln 45 = \mathbf{0}$
8$\log\left(\frac{x^3 z^2}{y}\right)$
9$3x - 1 = 100 \implies x = \mathbf{101/3 \approx 33.67}$
10$\log(x^2-9) = \log 7 \implies x^2 = 16 \implies x = \mathbf{4}$ (rejecting $-4$)
11$e^{3\ln 2} = e^{\ln 8} = \mathbf{8}$
12$2x = \ln 7 \implies x = \frac{\ln 7}{2} \approx \mathbf{0.973}$
13At $t_{1/2}$: $N_0/2 = N_0 e^{-\lambda \cdot 5730} \implies \lambda = \frac{\ln 2}{5730} \approx \mathbf{1.21 \times 10^{-4}\text{ yr}^{-1}}$
14$\frac{1}{2} = 1 - e^{-t/RC} \implies e^{-t/RC} = 0.5 \implies t = \mathbf{RC\ln 2}$
15$\log 12 = \log(4 \times 3) = 2(0.301) + 0.477 = \mathbf{1.079}$
16$\frac{\log b}{\log a} \times \frac{\log a}{\log b} = \mathbf{1}$. $\checkmark$
17$\beta = 10\log(100) = 10 \times 2 = \mathbf{20\text{ dB}}$
18$x\log 2 = (x-1)\log 3 \implies x = \frac{\log 3}{\log 3 - \log 2} = \frac{0.477}{0.176} \approx \mathbf{2.71}$
1925% remains: $0.25 = e^{-10\lambda} \implies \lambda = \frac{\ln 4}{10} \approx \mathbf{0.1386\text{ yr}^{-1}}$
20$\ln 50 = 2.303 \times \log_{10} 50 = 2.303 \times (1 + \log 5) = 2.303 \times 1.699 \approx \mathbf{3.912}$